home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
games
/
addons
/
u8adlib.arj
/
U8ADLIB.EXE
/
SETUP.BAT
< prev
Wrap
DOS Batch File
|
1994-04-13
|
472b
|
31 lines
@echo off
Cls
Echo.
Echo Ultima 8 Adlib Patch
Echo.
Echo (c)1994 Origin Systems Inc.
Echo ---------------------------
Echo.
Echo.
if .%1==. goto error
Echo Copying files...
copy resource.001 %1\install.exe > nul
copy resource.002 %1\sound\ailadlib.dll > nul
Echo Now Please Rerun the INSTALL.EXE file in your Ultima 8 Directory.
Echo.
goto end
:error
Echo FORMAT: SETUP [ultima8_dir]
Echo Ex: SETUP C:\ULTIMA8
Echo.
:end
Echo.